Clipboard
Table of Contents

Cut and paste


  • func get_clip_text()   
  • proc set_clip_text( sequence text )     
     
    Subtopics:
  • wxDataFormat
  • wxTextDataObject

    Clipboard
    Table of Contents

    [func]
    get_clip_text
    ()

    Category: Clipboard

    This returns the text currently within the clipboard. If there is non-text data in the clipboard ( such as a picture ), it will return a sequence with the word data inside of it.

    See Also: set_clip_text


    Clipboard
    Table of Contents

    [proc]
    set_clip_text
    ( sequence text )

    Category: Clipboard

    This removes the current text in the clipboard and inserts the user-defined text in it's place.

    See Also: get_clip_text